From c2365755bd9adec3394bc07daf41e620c5198a03 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Sun, 28 Jan 2007 16:53:31 +0000 Subject: [PATCH] give names to the custom formats. * extensions/gegl-fixups.c: (init): give names to the custom formats. svn path=/trunk/; revision=205 --- ChangeLog | 4 ++++ extensions/gegl-fixups.c | 2 ++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index fa2c0ee..7a71f76 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-01-28 Øyvind Kolås + + * extensions/gegl-fixups.c: (init): give names to the custom formats. + 2007-01-28 Øyvind Kolås * AUTHORS: added Michael Natterer as janitor. diff --git a/extensions/gegl-fixups.c b/extensions/gegl-fixups.c index 0264a40..3b60ba2 100644 --- a/extensions/gegl-fixups.c +++ b/extensions/gegl-fixups.c @@ -496,6 +496,7 @@ init (void) babl_component ("A"), NULL); Babl *bgrA8 = babl_format_new ( + "name", "B'aG'aR'aA u8", babl_model ("R'aG'aB'aA"), babl_type ("u8"), babl_component ("B'a"), @@ -511,6 +512,7 @@ init (void) babl_component ("B'"), NULL); Babl *sdl32 = babl_format_new ( + "name", "B'aG'aR'aPAD u8", babl_model ("R'G'B'"), babl_type ("u8"), babl_component ("B'"), -- 2.30.2